home *** CD-ROM | disk | FTP | other *** search
- object msgbox: Tmsgbox
- Left = 272
- Top = 250
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 193
- ClientWidth = 241
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 225
- Height = 145
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 41
- Height = 16
- Caption = 'Label1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 160
- Top = 160
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-